-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Parse const unsafe trait
properly
#147864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
No reviewers could be found from initial request |
Previously, this was greedily stolen by the `fn` parsing logic.
1603311
to
b145213
Compare
r? fmease |
cc #146122 |
I quite agree with your comment at #146122 (comment) |
Thanks! This is good enough for now. I'm already experimenting with more robust+principled qualifier parsing in a separate project of mine. Once stage0 rustfmt is bumped we can finally migrate away from the remaining @bors r+ rollup |
… r=fmease Parse `const unsafe trait` properly Previously, this was greedily stolen by the `fn` parsing logic. r? project-const-traits
… r=fmease Parse `const unsafe trait` properly Previously, this was greedily stolen by the `fn` parsing logic. r? project-const-traits
Rollup merge of #147864 - fee1-dead-contrib:consttraitparse, r=fmease Parse `const unsafe trait` properly Previously, this was greedily stolen by the `fn` parsing logic. r? project-const-traits
Rollup of 4 pull requests Successful merges: - rust-lang/rust#147575 (Refactor move analysis subpath representation) - rust-lang/rust#147864 (Parse `const unsafe trait` properly) - rust-lang/rust#147868 (MirPatch: Simplify new_local.) - rust-lang/rust#147873 (comments for deduce_param_attrs) r? `@ghost` `@rustbot` modify labels: rollup
Previously, this was greedily stolen by the
fn
parsing logic.r? project-const-traits